home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1996 January / Computer Life January 1996.iso / blizzard / blizdemo / blizdemo.exe / BLIZMENU.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1995-10-12  |  225 b   |  16 lines

  1. on startMovie
  2.   set the soundLevel to 4
  3.   set the timeoutLength to 420 * 60
  4.   cursor(200)
  5. end
  6.  
  7. on mouseDown
  8.   sound fadeOut 2, 1 * 60
  9.   sound fadeOut 1, 1 * 60
  10.   go(7)
  11. end
  12.  
  13. on continueWithoutClick
  14.   play movie "demo.dir"
  15. end
  16.